home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / monsetup.bat < prev    next >
DOS Batch File  |  1996-01-30  |  672b  |  17 lines

  1. REM Here is a typical setup file for running GW-Ada/Ed.
  2.  
  3. REM This assumes that the Ada/Ed software has been installed in
  4. REM the directory c:\adaed, and that your programs are stored 
  5. REM in c:\adaed\myprogs. The "new library" option in GW-Ada/Ed
  6. REM creates a library directory "mylib" in the directory from which
  7. REM gwadaed is invoked; the environment variable adalib points to
  8. REM this directory. This makes it easy to run the various Ada/Ed modules
  9. REM from the DOS command line if you need to do so.
  10.  
  11. REM Prof. Michael B. Feldman, The George Washington University
  12.  
  13. path=c:\adaed;c:\;c:\bin
  14. set adaed=c:\adaed      
  15. set adalib=c:\adaed\myprogs\mylib
  16.  
  17.